home *** CD-ROM | disk | FTP | other *** search
/ Computer Inter@ctive 17 / Computer Interactive cdrom 17 - gen 99.iso / ZDNETIT / CONTENT / SMTPCEMS.ZIP / READS32._B_ < prev    next >
Encoding:
Text File  |  1998-11-11  |  348 b   |  19 lines

  1. #
  2. # Borland CONSOLE mode makefile for READS [Win32]
  3. # Requires SEE32.DLL
  4. #
  5. # To use: "make -freads32._B_"
  6. #
  7.  
  8. CCFLAGS = -c -DWIN32
  9.  
  10. reads.exe: reads.obj see32.dll
  11.     implib see32_.lib see32.dll 
  12.     tlink32 -Tpe -ap -c c0x32 reads, reads,reads, see32_.lib cw32i import32
  13.  
  14. reads.obj: reads.c see.h
  15.    bcc32 $(CCFLAGS)  reads.c
  16.  
  17.  
  18.  
  19.